Send Mail
Send an email
Options
- From: It retrieves information about who the email was sent by.
- Type:
System.String
- Type:
- Importance: It determines the level of importance of the email.
- Type:
System.Int32 - Dropdown Options:
- Low
- Normal
- High
- Type:
- Is Body HTML: It determines whether the email has an HTML structure or not. It is marked for sending in HTML format.
- Type:
System.Boolean
- Type:
- Is Draft: E-postanın (Draft) taslak olarak kaydedilmesini sağlar. NOT: E-postayı göndermez.
- Type:
System.Boolean
- Type:
- Reply To: If the email is a reply, it retrieves a list of contents that includes the previous messages.
- Type:
System.String[]
- Type:
Attachments
- Attachments: A list of string arguments that represent the attachments you want to send alongside the email.
- Type:
System.Collections.Generic.IDictionary<System.String, System.Activities.Argument>
- Type:
- Attachments Collection: An additional list of files attached to the message.
- Type:
System.Collections.Generic.IEnumerable<System.String>
- Type:
Email
- Body: It retrieves the content of the email
- Type:
System.String
- Type:
- Subject: It contains the subject of the email
- Type:
System.String
- Type:
Recipients
- Bcc: An email receives information about who it should be sent to in a hidden manner. When sending to multiple people, they should be separated by ";"
- Type:
System.String[]
- Type:
- Cc: It receives information about who the email should be sent for notification purposes. When sending to multiple recipients, they should be separated by ";" sign.
- Type:
System.String[]
- Type:
- To: It receives information about who the email should be sent to. When sending to multiple recipients, they should be separated by ";" sign.
- Type:
System.String[] - Required
- Type:
Details
- It must be embedded within the scope of Microsoft Office 365 to be usable.